home *** CD-ROM | disk | FTP | other *** search
- |getdiskinfo|
- windowtitle `GetDiskInfo`
- printlf `GetDiskInfo "filespec",NumberOfBlocksVar
- printlf ` {,NumberUsedVar {,BytesPerBlockVar}}
- printlf
- printlf `Used to get information about a disk.
- printlf `the given variables will be set to the
- printlf `proper value.
- end
-
- |askforfilename|
- windowtitle `"str" = AskForFileName("filespec" {,"WindowTitle"{,x {,y } } })
- printlf `Brings up CanDo's file requester.
- end
-
- |exists|
- windowtitle `<<logical>> = Exists("filename")
- printlf `Returns a TRUE if the specified filename
- printlf `exists`
- end
-
- |numberofwords|
- windowtitle `<Integer> = NumberOfWords ("String" {,Delimiters})
- printlf `Returns the number of seperate words in
- printlf `the specified string. You can optionally
- printlf `specify the character delimiters separating
- printlf `the words.
- end
-
- |parentof|
- windowtitle `"string" = ParentOf("DirName")
- printlf `Returns the directory specification of
- printlf `the specified "DirName."
- end
-
- |libraryversion|
- windowtitle `"string" = LibraryVersion`
- printlf `Returns the string identification of
- printlf `the current cando.library being used.
- end
-
- |filetype|
- windowtitle `"string" = FileType("FileName")
- printlf `Returns specific information about the
- printlf `file.`
- end
-
-
-
-